You are here: Planning the Model > Building a Model > Phase 2: Adding Resources & Variability > Process and Routing Logic
The complete process and routing logic is shown below, with CellOp used to perform the loading operations at each mill and inspect the Cogs at the Inspect location. CellOp is also used to transport entities from location to location. All additions or changes to the Phase 1 model are shown in bold type.
Entity |
Location |
Operation (min) |
Blk |
Output |
Destination |
Rule |
Move Logic |
---|---|---|---|---|---|---|---|
Pallet |
Receive |
|
1 |
Blank |
NC_301L |
FIRST 6 |
MOVE WITH CellOp |
Blank |
NC_302L |
FIRST |
MOVE WITH CellOp |
||||
Blank |
NC_301L |
WAIT N(3,.2) FREE CellOp WAIT 5.7 |
1 |
Cog |
Degrease |
FIRST 1 |
MOVE WITH CellOp |
Blank |
NC_302L |
WAIT N(3,.2) FREE CellOp WAIT 5.7 |
1 |
Cog |
Degrease |
FIRST 1 |
MOVE WITH CellOp THEN FREE |
Cog |
Degrease |
ACCUM 2 WAIT 5 |
1 |
Cog |
Inspect |
FIRST 1 |
MOVE WITH CellOp |
Cog |
Inspect |
WAIT U(3.2,.3) FREE CellOp |
1 |
Cog |
EXIT |
0.960 1 |
|
Reject |
EXIT |
0.040 |
|
With the new processing now defined, we have specified all of the necessary modeling elements. We are now ready for the model execution phase. Once again, we shall defer discussion of model execution until we have finished the final phase of the model.